home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / SUPRMANT.ARJ / SMUTIL.EXE / SAMPLE2.C < prev    next >
Text File  |  1991-04-22  |  506b  |  13 lines

  1. /*************************************************************************
  2. *                                                                        *
  3. * SAMPLE2.C                                                              *
  4. *                                                                        *
  5. *       Use this file OR SAMPLEA.ASM                                     *
  6. *************************************************************************/
  7.  
  8.  
  9. int smplad(int x,int y)
  10. {
  11.     return(x+y);
  12. }
  13.